1
2 public
class myThirdPersonController : ThirdPersonController
3 {
4     
// This class replaces the JS version of the same name for this tutorial.
5     
6     
// Actually, the ThirdPersonController works (more or less) the same way as it's JS counterpart
7     
// but it's much easier to integrate being in C# as well (no need to move files around).
8
9     
// Extending the ThirdPersonController into "myThirdPersonController" make sure it uses the same name as in Tutorial.
10     
11     
// Please bear with us for this little fake.
12 }


This class replaces the JS version of the same name for this tutorial.

Actually, the ThirdPersonController works (more or less) the same way as it's JS counterpart

but it's much easier to integrate being in C# as well (no need to move files around).

Extending the ThirdPersonController into "myThirdPersonController" make sure it uses the same name as in Tutorial.

Please bear with us for this little fake.




Trò chơi Tic-Tac-Toe, game đánh caro full source code 53.540 lượt xem

Gõ tìm kiếm nhanh...